home *** CD-ROM | disk | FTP | other *** search
ASP.NET Web Form | 2002-03-18 | 1.0 KB | 25 lines |
- <%@ Page Language="vb" AutoEventWireup="false" Codebehind="RequestForm.aspx.vb" Inherits="AspnetApplications.RequestForm" %>
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
- <HTML>
- <HEAD>
- <title>RequestForm</title>
- <meta content="Microsoft Visual Studio.NET 7.0" name="GENERATOR">
- <meta content="Visual Basic 7.0" name="CODE_LANGUAGE">
- <meta content="JavaScript" name="vs_defaultClientScript">
- <meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
- </HEAD>
- <body>
- <form id="Form1" method="post" runat="server">
- <H1>Request object demo</H1>
- <P>This page shows the values of the new properties of the Request object, such as
- the Request.Url and Request.Browser properties.</P>
- <P> </P>
- <P><STRONG>URL information</STRONG></P>
- <P><asp:literal id="litUri" runat="server"></asp:literal></P>
- <P><STRONG>BrowserCapabilities information</STRONG></P>
- <P>
- <asp:Literal id="litBrowser" runat="server"></asp:Literal></P>
- </form>
- </body>
- </HTML>
-